home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / VERSIONEND.DTML < prev    next >
Encoding:
Text File  |  1999-11-03  |  1.1 KB  |  39 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML lang="en"><HEAD><TITLE><dtml-var title_or_id></TITLE></HEAD>
  3. <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
  4. <dtml-var manage_tabs>
  5.  
  6. <h2>Save or discard work done in a sesssion</h2>
  7.  
  8. <dtml-if nonempty>
  9. <form action="&dtml-URL1;">
  10. To save work done in version 
  11. <dtml-var id><dtml-if Zope-Version><dtml-if "_vars['Zope-Version'] != cookie">
  12.  <strong>to version 
  13. <em><dtml-var Zope-Version></em></strong></dtml-if></dtml-if>,
  14. click on the "Save" button. To discard work done in
  15. version <dtml-var id>, click on the "Discard" button.
  16. In either case, enter a comment to document the reason for 
  17. saving or discarding the version.<br>
  18. <textarea name=remark rows=10 cols=50></textarea><br>
  19. <input type=submit name="save:method" value="Save">
  20. <input type=submit name="discard:method" value="Discard">
  21. </form>
  22. <dtml-else>
  23. No unsaved work has been done in this version.
  24. </dtml-if>
  25.  
  26. </body> </html>
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.